projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d014bf8
)
* keyboard.c (interrupt_input_blocked, interrupt_input_pending):
author
Jim Blandy
<jimb@redhat.com>
Wed, 7 Apr 1993 23:54:28 +0000
(23:54 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Wed, 7 Apr 1993 23:54:28 +0000
(23:54 +0000)
Remove `extern' keywords - these are the definitions.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 30b78f8e0b1c82f68cd01437c19d0ed65e709596..27a6c421ad9fdb9835d6b95db3d7a14b2172e187 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-53,11
+53,11
@@
extern int errno;
/* Variables for blockinput.h: */
/* Non-zero if interrupt input is blocked right now. */
-
extern
int interrupt_input_blocked;
+int interrupt_input_blocked;
/* Nonzero means an input interrupt has arrived
during the current critical section. */
-
extern
int interrupt_input_pending;
+int interrupt_input_pending;
#ifdef HAVE_X_WINDOWS